Use default rebaseWhen for renovate#1673
Conversation
There was a problem hiding this comment.
Pull request overview
This PR simplifies the Renovate configuration by removing an explicit rebaseWhen setting so Renovate will use its default rebase behavior.
Changes:
- Removed
"rebaseWhen": "behind-base-branch"from.github/renovate.json. - Left the rest of the Renovate configuration unchanged (including
pre-commitintegration).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #1673 +/- ##
=======================================
Coverage 95.02% 95.02%
=======================================
Files 159 159
Lines 6234 6234
Branches 353 353
=======================================
Hits 5924 5924
Misses 248 248
Partials 62 62 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Merging this PR will improve performance by 9.13%
|
| Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|
| ⚡ | test_decompress_base64_data_zstd[1] |
42.8 µs | 38.7 µs | +10.4% |
| ⚡ | test_decompress_base64_data_lzma[2] |
45.2 µs | 41.3 µs | +9.43% |
| ⚡ | test_decompress_base64_data_lzma[1] |
49.4 µs | 45.2 µs | +9.23% |
| ⚡ | test_decompress_base64_data_lzma[3] |
52.8 µs | 48.7 µs | +8.33% |
| ⚡ | test_decompress_base64_data_lzma[4] |
55.7 µs | 51.4 µs | +8.28% |
Tip
Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.
Comparing renovate-rebase (4288c6c) with dev (f11d2c6)1
No description provided.